home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1723 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.2 KB

  1. From: Ulrich Kuehn <kuehn@GOEDEL.UNI-MUENSTER.DE>
  2. Subject: Cache buffers for MiNT
  3. Date: Wed, 20 Jul 1994 12:13:54 +0200
  4.  
  5. Hi everybody!
  6.  
  7. I recently thought about some added functionality in the memory
  8. management.
  9.  
  10. Most unixes use the currently not used memory as a cache for the
  11. file systems. So, I would like it very much if MiNT would have something
  12. similar, as it would increase the disk performance dramatically.
  13.  
  14. In my opinion, all we need is a kernel function which can give out
  15. buffer blocks, and takes as a parameter the address of a call-back
  16. function, which is called when the block is needed. Then a file system
  17. could get blocks from the system for a cache. When memory gets low,
  18. the call-back function is called, where the file system flushes the
  19. cache block and unlinks it from its internal cache lists.
  20.  
  21. Unfortunately, I do not have the knowlegde of MiNTs memory management
  22. system to implement it myself... :(
  23.  
  24. Any opinions?
  25.  
  26. Ulrich
  27.  
  28. --
  29. +---------------+----------------------------+-----------------------+
  30. | Ulrich Kuehn  | Internet:                  | Life is uncertain --  |
  31. | Cand.Math.Inf | kuehn@math.uni-muenster.de | eat the dessert first |
  32. +---------------+----------------------------+-----------------------+
  33.